File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
42+ uses : github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
4343 with :
4444 languages : ${{ matrix.language }}
4545 # If you wish to specify custom queries, you can do so here or in a config file.
5050 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151 # If this step fails, then you should remove it and run the build manually (see below)
5252 - name : Autobuild
53- uses : github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
53+ uses : github/codeql-action/autobuild@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
5454
5555 # ℹ️ Command-line programs to run using the OS shell.
5656 # 📚 https://git.io/JvXDl
6464 # make release
6565
6666 - name : Perform CodeQL Analysis
67- uses : github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
67+ uses : github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
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 Repository'
39- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
4040 - name : ' Dependency Review'
4141 uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1717 - name : Build the Docker image
1818 run : docker build . --file Dockerfile
Original file line number Diff line number Diff line change 1616 matrix :
1717 os : [ ubuntu-latest ]
1818 steps :
19- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2020 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2121 with :
2222 go-version-file : go.mod
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : " Checkout code"
19- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2020 with :
2121 persist-credentials : false
2222
@@ -31,14 +31,14 @@ jobs:
3131 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3232 # format to the repository Actions tab.
3333 - name : " Upload artifact"
34- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
34+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
3535 with :
3636 name : SARIF file
3737 path : results.sarif
3838 retention-days : 5
3939
4040 # Upload the results to GitHub's code scanning dashboard.
4141 - name : " Upload to code-scanning"
42- uses : github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
42+ uses : github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
4343 with :
4444 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1717 permissions :
1818 id-token : write # Needed to pick up on signing with a GitHub workflow identity.
1919 steps :
20- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
20+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2121 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2222 with :
2323 go-version-file : go.mod
3838 matrix :
3939 os : [ ubuntu-latest ]
4040 steps :
41- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
41+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
4242 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4343 with :
4444 go-version-file : go.mod
You can’t perform that action at this time.
0 commit comments