File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 with :
3333 egress-policy : audit
3434
35- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636 - name : Set up Python ${{ env.PYTHON_VERSION }}
3737 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
3838 with :
3939 python-version : ${{ env.PYTHON_VERSION }}
4040 - name : Use Node.js ${{ matrix.node-version }}
41- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
41+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4242 with :
4343 node-version : ${{ matrix.node-version }}
4444 architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 with :
3838 egress-policy : audit
3939
40- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4141 - name : Set up Python ${{ env.PYTHON_VERSION }}
4242 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
4545 - name : Use Node.js ${{ matrix.node-version }}
46- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
46+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4747 with :
4848 node-version : ${{ matrix.node-version }}
4949 - name : Check Node.js installation
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4747
4848 - name : Checkout repository
49- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
53+ uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
7070
7171 - name : Use Node.js v18.x
7272 if : matrix.language == 'cpp'
73- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
73+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7474 with :
7575 node-version : 18.x
7676
8080 npx node-gyp rebuild -C test
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
83+ uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
8484 with :
8585 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 with :
4040 egress-policy : audit
4141
42- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343 with :
4444 persist-credentials : false
4545 - name : Set up Python ${{ env.PYTHON_VERSION }}
4646 uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4747 with :
4848 python-version : ${{ env.PYTHON_VERSION }}
4949 - name : Use Node.js ${{ env.NODE_VERSION }}
50- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
50+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5151 with :
5252 node-version : ${{ env.NODE_VERSION }}
5353 - name : Environment Information
Original file line number Diff line number Diff line change 2222 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2626 - name : ' Dependency Review'
2727 uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 with :
2121 egress-policy : audit
2222
23- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2424 with :
2525 fetch-depth : 0
2626 - run : git branch -a
2727 - name : Use Node.js ${{ matrix.node-version }}
28- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
28+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2929 with :
3030 node-version : ${{ matrix.node-version }}
3131 - run : npm install
Original file line number Diff line number Diff line change 3636 with :
3737 egress-policy : audit
3838
39- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
39+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4141 with :
4242 node-version : lts/*
4343 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 3636 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3737
3838 - name : " Checkout code"
39- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4040 with :
4141 persist-credentials : false
4242
7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
74+ uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
7575 with :
7676 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments