Skip to content

Commit

Permalink
Update actions/checkout digest to 8459bc0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 1205538 commit 4fae91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
- name: Build a Docker image
run: docker build -t mrmustash/homedir .
- name: Run Snyk to check Docker image for vulnerabilities
Expand Down

0 comments on commit 4fae91a

Please sign in to comment.