File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
33
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34
34
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
37
+ uses : github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
# If you wish to specify custom queries, you can do so here or in a config file.
48
48
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
49
49
# If this step fails, then you should remove it and run the build manually (see below)
50
50
- name : Autobuild
51
- uses : github/codeql-action/autobuild@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
51
+ uses : github/codeql-action/autobuild@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
52
52
53
53
# ℹ️ Command-line programs to run using the OS shell.
54
54
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
61
61
# ./location_of_script_within_repo/buildscript.sh
62
62
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2
64
+ uses : github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3.25.4
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : ' Checkout Repository'
18
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
18
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
20
+ uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
Original file line number Diff line number Diff line change 19
19
go : ['1.21']
20
20
timeout-minutes : 10
21
21
steps :
22
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23
23
- name : Setup Go ${{ matrix.go }}
24
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
24
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
25
25
with :
26
26
go-version : ${{ matrix.go }}
27
27
- name : Test Go
You can’t perform that action at this time.
0 commit comments