File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2
38+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2
3939
4040 # Initializes the CodeQL tools for scanning.
4141 - name : Initialize CodeQL
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
39+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
4040 - name : ' Dependency Review'
4141 uses : actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
16+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
19+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2020 - uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.1.0
19+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.1.0
2020 with :
2121 persist-credentials : false
2222
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.4.0
20+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.4.0
2121 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
2222 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v2.1.7
2323 with :
5353 matrix :
5454 os : [ ubuntu-latest ]
5555 steps :
56- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.4.0
56+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2.4.0
5757 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
5858 - uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v2.1.7
5959 with :
You can’t perform that action at this time.
0 commit comments