Skip to content

Commit 8dc89c3

Browse files
chore(deps): update github-actions
1 parent 90cdcc8 commit 8dc89c3

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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
16+
uses: miracum/.github/.github/workflows/standard-build.yaml@8d3203b6598feaa0c20f26351cc118bd4a158197 # v1.20.0
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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
31+
uses: miracum/.github/.github/workflows/standard-lint.yaml@8d3203b6598feaa0c20f26351cc118bd4a158197 # v1.20.0
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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
46+
uses: miracum/.github/.github/workflows/standard-release.yaml@8d3203b6598feaa0c20f26351cc118bd4a158197 # v1.20.0
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@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
14+
uses: miracum/.github/.github/workflows/standard-schedule.yaml@8d3203b6598feaa0c20f26351cc118bd4a158197 # v1.20.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
71+
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)