Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
uses: miracum/.github/.github/workflows/standard-build.yaml@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
uses: miracum/.github/.github/workflows/standard-build.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
permissions:
contents: write
id-token: write
Expand All @@ -28,7 +28,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

lint:
uses: miracum/.github/.github/workflows/standard-lint.yaml@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
uses: miracum/.github/.github/workflows/standard-lint.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
permissions:
contents: read
pull-requests: write
Expand All @@ -43,7 +43,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

release:
uses: miracum/.github/.github/workflows/standard-release.yaml@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
uses: miracum/.github/.github/workflows/standard-release.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
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 @@ -11,7 +11,7 @@ permissions:

jobs:
schedule:
uses: miracum/.github/.github/workflows/standard-schedule.yaml@f6dbe5b4f4be32725ee9bfbca7e7d69c64820467 # v1.19.3
uses: miracum/.github/.github/workflows/standard-schedule.yaml@0fe32a245f1e9e2199a0293a3a5fea12774beef7 # v1.20.2
permissions:
contents: read
issues: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down 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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
with:
sarif_file: results.sarif