Skip to content

Commit

Permalink
Merge pull request #85 from hectorm/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-all-3e844fbce7

Bump the github-actions-all group with 3 updates
  • Loading branch information
hectorm authored Dec 2, 2024
2 parents b39ed2d + 0b246a0 commit b00b98e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
password: "${{ secrets.GITHUB_TOKEN }}"
- name: "Extract metadata"
id: "meta"
uses: "docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81"
uses: "docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96"
with:
images: |
ghcr.io/${{ github.repository }}
Expand All @@ -75,7 +75,7 @@ jobs:
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: "Build and push"
uses: "docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75"
uses: "docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355"
with:
context: "./"
platforms: "linux/amd64,linux/arm64"
Expand Down

0 comments on commit b00b98e

Please sign in to comment.