File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Harden Runner
31
- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
31
+ uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
32
32
with :
33
33
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
34
34
37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
40
+ uses : github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
41
41
with :
42
42
languages : ${{ matrix.language }}
43
43
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
54
+ uses : github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
64
64
# ./location_of_script_within_repo/buildscript.sh
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
67
+ uses : github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Harden Runner
18
- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
18
+ uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
19
19
with :
20
20
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
21
21
22
22
- name : ' Checkout Repository'
23
23
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
24
- name : ' Dependency Review'
25
- uses : actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1 .5
25
+ uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2 .5
Original file line number Diff line number Diff line change 21
21
timeout-minutes : 10
22
22
steps :
23
23
- name : Harden Runner
24
- uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
24
+ uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
25
25
with :
26
26
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
27
27
@@ -37,13 +37,13 @@ jobs:
37
37
echo "::set-output name=go-build::$(go env GOCACHE)"
38
38
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
39
39
- name : Go Build Cache
40
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3 .2
40
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
41
41
with :
42
42
path : ${{ steps.go-cache-paths.outputs.go-build }}
43
43
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
44
44
# Cache go mod cache, used to speedup builds
45
45
- name : Go Mod Cache
46
- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3 .2
46
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
47
47
with :
48
48
path : ${{ steps.go-cache-paths.outputs.go-mod }}
49
49
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments