Skip to content

Commit

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

Bump the github-actions-all group with 2 updates
  • Loading branch information
hectorm authored Jan 16, 2025
2 parents b00b98e + 28f31ec commit 0ca7c0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88"
uses: "github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "Set up QEMU"
uses: "docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf"
- name: "Set up Docker Buildx"
uses: "docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349"
uses: "docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5"
- name: "Login to GitHub Container Registry"
if: "github.event_name != 'pull_request'"
uses: "docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567"
Expand Down

0 comments on commit 0ca7c0d

Please sign in to comment.