Skip to content

Commit fd9cd11

Browse files
chore(deps): update github-actions (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2461f45 commit fd9cd11

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build:
16-
uses: miracum/.github/.github/workflows/standard-build.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
16+
uses: miracum/.github/.github/workflows/standard-build.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
1717
permissions:
1818
contents: write
1919
id-token: write
@@ -28,7 +28,7 @@ jobs:
2828
github-token: ${{ secrets.GITHUB_TOKEN }}
2929

3030
lint:
31-
uses: miracum/.github/.github/workflows/standard-lint.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
31+
uses: miracum/.github/.github/workflows/standard-lint.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
3232
permissions:
3333
contents: read
3434
pull-requests: write
@@ -43,7 +43,7 @@ jobs:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444

4545
release:
46-
uses: miracum/.github/.github/workflows/standard-release.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
46+
uses: miracum/.github/.github/workflows/standard-release.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
4747
needs:
4848
- build
4949
permissions:

.github/workflows/schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
schedule:
14-
uses: miracum/.github/.github/workflows/standard-schedule.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
14+
uses: miracum/.github/.github/workflows/standard-schedule.yaml@003a712f7458695cf6d6b32216d3c07e84f77d53 # v1.18.3
1515
permissions:
1616
contents: read
1717
issues: write

.github/workflows/scorecard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737
with:
3838
persist-credentials: false
3939

@@ -68,6 +68,6 @@ jobs:
6868

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
71+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)