Skip to content

Commit

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

Bump the github-actions-all group with 3 updates
  • Loading branch information
hectorm authored Sep 4, 2024
2 parents 46f9f29 + c580c1e commit 9f0c1d8
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@692973e3d937129bcbf40652eb9f2f61becf3332"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
uses: "github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
uses: "github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a"
uses: "github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93"
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- name: "Use Python ${{ matrix.python_version }}"
uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f"
uses: "actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3"
with:
python-version: "${{ matrix.python_version }}"
check-latest: true
Expand Down Expand Up @@ -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@5176d81f87c23d6fc96624dfdbcd9f3830bbe445"
uses: "docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85"
with:
context: "./"
platforms: "linux/amd64,linux/arm64"
Expand Down

0 comments on commit 9f0c1d8

Please sign in to comment.