Commit 1e01a30 1 parent 31f30fd commit 1e01a30 Copy full SHA for 1e01a30
File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
42
+ uses : github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
50
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
51
# If this step fails, then you should remove it and run the build manually (see below)
52
52
- name : Autobuild
53
- uses : github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
53
+ uses : github/codeql-action/autobuild@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
54
54
55
55
# ℹ️ Command-line programs to run using the OS shell.
56
56
# 📚 https://git.io/JvXDl
64
64
# make release
65
65
66
66
- 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 36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
38
38
- name : ' Checkout Repository'
39
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
40
40
- name : ' Dependency Review'
41
41
uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
16
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
17
17
- name : Build the Docker image
18
18
run : docker build . --file Dockerfile
Original file line number Diff line number Diff line change 16
16
matrix :
17
17
os : [ ubuntu-latest ]
18
18
steps :
19
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
20
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21
21
with :
22
22
go-version-file : go.mod
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : " Checkout code"
19
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
20
with :
21
21
persist-credentials : false
22
22
@@ -31,14 +31,14 @@ jobs:
31
31
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
32
32
# format to the repository Actions tab.
33
33
- name : " Upload artifact"
34
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
34
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
35
35
with :
36
36
name : SARIF file
37
37
path : results.sarif
38
38
retention-days : 5
39
39
40
40
# Upload the results to GitHub's code scanning dashboard.
41
41
- 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
43
43
with :
44
44
sarif_file : results.sarif
Original file line number Diff line number Diff line change 17
17
permissions :
18
18
id-token : write # Needed to pick up on signing with a GitHub workflow identity.
19
19
steps :
20
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
20
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21
21
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
22
22
with :
23
23
go-version-file : go.mod
38
38
matrix :
39
39
os : [ ubuntu-latest ]
40
40
steps :
41
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
41
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
42
42
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
43
43
with :
44
44
go-version-file : go.mod
You can’t perform that action at this time.
0 commit comments