Skip to content

Commit

Permalink
Update actions/checkout digest to 11bd719
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 4f114b8 commit dc99202
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@11bd71901bbe5b1630ceea73d27597364c9af683
- 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@11bd71901bbe5b1630ceea73d27597364c9af683
- 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 dc99202

Please sign in to comment.