Skip to content

Commit

Permalink
chore(deps): update github-actions (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent b3cafa6 commit 39b2d12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all

jobs:
build:
uses: miracum/.github/.github/workflows/standard-build.yaml@7c5194974a95673f832be01920169af6b0db3902 # v1.5.5
uses: miracum/.github/.github/workflows/standard-build.yaml@58bdd6ead0ef7926e247f0e6fc3db05d211425b5 # v1.5.6
permissions:
contents: read
id-token: write
Expand All @@ -39,7 +39,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

lint:
uses: miracum/.github/.github/workflows/standard-lint.yaml@7c5194974a95673f832be01920169af6b0db3902 # v1.5.5
uses: miracum/.github/.github/workflows/standard-lint.yaml@58bdd6ead0ef7926e247f0e6fc3db05d211425b5 # v1.5.6
permissions:
contents: read
pull-requests: write
Expand All @@ -54,7 +54,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

release:
uses: miracum/.github/.github/workflows/standard-release.yaml@7c5194974a95673f832be01920169af6b0db3902 # v1.5.5
uses: miracum/.github/.github/workflows/standard-release.yaml@58bdd6ead0ef7926e247f0e6fc3db05d211425b5 # v1.5.6
needs:
- build
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: read-all

jobs:
schedule:
uses: miracum/.github/.github/workflows/standard-schedule.yaml@7c5194974a95673f832be01920169af6b0db3902 # v1.5.5
uses: miracum/.github/.github/workflows/standard-schedule.yaml@58bdd6ead0ef7926e247f0e6fc3db05d211425b5 # v1.5.6
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
with:
sarif_file: results.sarif

0 comments on commit 39b2d12

Please sign in to comment.