Skip to content

Commit 2c10c72

Browse files
authored
Right tag at right action
1 parent a71823a commit 2c10c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ jobs:
5555
if: needs.build.outputs.enablecontainerscanning == 'true'
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@undefined-links
58+
- uses: actions/checkout@v2
5959
- name: Retrieve image
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
run: |
6363
./cleanup.sh
6464
docker login -u ${GITHUB_ACTOR} -p ${GITHUB_TOKEN} docker.pkg.github.com
6565
docker pull "${{ needs.build.outputs.dockerimage }}"
66-
- uses: anchore/scan-action@v2
66+
- uses: anchore/scan-action@undefined-links
6767
with:
6868
image: "${{ needs.build.outputs.dockerimage }}"
6969
fail-build: false

0 commit comments

Comments
 (0)