Skip to content

Commit

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

Bump the github-actions-all group with 4 updates
  • Loading branch information
hectorm authored Nov 1, 2024
2 parents 369ac53 + 791568d commit 34a599d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
language: ["python"]
steps:
- name: "Checkout"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13"
uses: "github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13"
uses: "github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13"
uses: "github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd"
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- name: "Checkout"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- name: "Use Python ${{ matrix.python_version }}"
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3"
uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b"
with:
python-version: "${{ matrix.python_version }}"
check-latest: true
Expand All @@ -51,11 +51,11 @@ jobs:
packages: "write"
steps:
- name: "Checkout"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
- name: "Set up QEMU"
uses: "docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf"
- name: "Set up Docker Buildx"
uses: "docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db"
uses: "docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349"
- name: "Login to GitHub Container Registry"
if: "github.event_name != 'pull_request'"
uses: "docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567"
Expand Down

0 comments on commit 34a599d

Please sign in to comment.