File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,18 @@ jobs:
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout the code
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
39
39
- name : Build the Docker image
40
40
run : docker build . --file ${{ env.DOCKERFILE }} --tag localbuild/testimage:latest
41
41
- name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
42
- uses : anchore/scan-action@v3
42
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3
43
43
with :
44
44
image : " localbuild/testimage:latest"
45
45
acs-report-enable : true
46
46
fail-build : true
47
47
severity-cutoff : " high"
48
48
- name : Upload Anchore Scan Report
49
- uses : github/codeql-action/upload-sarif@v2
49
+ uses : github/codeql-action/upload-sarif@d97ba04b39135f37e9d60c84a6995bb18b7ac328 # v2
50
50
if : always()
51
51
with :
52
52
sarif_file : results.sarif
Original file line number Diff line number Diff line change 14
14
steps :
15
15
# Please look up the latest version from
16
16
# https://github.com/amannn/action-semantic-pull-request/releases
17
-
17
+ - uses : amannn/action-semantic-pull-request@7bfb19c48fc334d3dacb072cf982e81535041209 # v3.4.6
18
18
env :
19
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
20
with :
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : Checkout
20
20
id : checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
22
22
with :
23
23
persist-credentials : false
24
24
fetch-depth : 0
37
37
- name : Log in to the Container registry
38
38
id : docker_login
39
39
if : steps.release.outputs.new_release_published == 'true'
40
- uses : docker/login-action@v2
40
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
41
41
with :
42
42
registry : ghcr.io
43
43
username : ${{ github.actor }}
46
46
- name : Build and push Docker image
47
47
id : docker_build_push
48
48
if : steps.release.outputs.new_release_published == 'true'
49
- uses : docker/build-push-action@v3
49
+ uses : docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3
50
50
with :
51
51
context : .
52
52
push : true
You can’t perform that action at this time.
0 commit comments