File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
24+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2525
2626 - name : Set Node.js 16.x
27- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
27+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
2828 with :
2929 node-version : 16.x
3030
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
41+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v1
45+ uses : github/codeql-action/init@231aa2c8a89117b126725a0e11897209b7118144 # v1
4646 with :
4747 languages : ${{ matrix.language }}
4848 source-root : src
5454 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555 # If this step fails, then you should remove it and run the build manually (see below)
5656 - name : Autobuild
57- uses : github/codeql-action/autobuild@v1
57+ uses : github/codeql-action/autobuild@231aa2c8a89117b126725a0e11897209b7118144 # v1
5858
5959 # ℹ️ Command-line programs to run using the OS shell.
6060 # 📚 https://git.io/JvXDl
6868 # make release
6969
7070 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v1
71+ uses : github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144 # v1
Original file line number Diff line number Diff line change 1010 build : # make sure build/ci work properly
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
14- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
13+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
14+ - uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
1515 with :
1616 node-version : 16
1717 cache : npm
2222 test : # make sure the action works on a clean machine without building
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2
25+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2626 - uses : ./
2727 with :
2828 milliseconds : 1000
Original file line number Diff line number Diff line change 4040
4141 # NOTE: Your main action may already support uploading to the GitHub
4242 # Actions run or release so this may not be necessary.
43- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
43+ - uses : actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
4444 with :
4545 name : ${{ fromJson(inputs.slsa-workflow-inputs).file }}
4646 path : ${{ fromJson(inputs.slsa-workflow-inputs).file }}
You can’t perform that action at this time.
0 commit comments