Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/__check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.9.0
- uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.10.0

- name: Build dist/ Directory
id: package
Expand All @@ -33,7 +33,7 @@
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
name: Upload Artifact
id: upload
uses: actions/upload-artifact@v4

Check failure on line 36 in .github/workflows/__check-dist.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `actions/upload-artifact@v4` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
with:
name: dist
path: dist/
2 changes: 1 addition & 1 deletion .github/workflows/__check-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
test-nodejs:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.9.0
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.10.0
permissions:
id-token: write
security-events: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

jobs:
linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.18.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.22.0

Check failure on line 15 in .github/workflows/__shared-ci.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.22.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
with:
linter-env: |
FILTER_REGEX_EXCLUDE=dist/**/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.18.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.22.0

Check failure on line 16 in .github/workflows/greetings.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.22.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
needs: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 28 in .github/workflows/main-ci.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `actions/checkout@v4` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
- uses: bitflight-devops/github-action-readme-generator@v1.8.0

Check failure on line 29 in .github/workflows/main-ci.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `bitflight-devops/github-action-readme-generator@v1.8.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
version_prefix: ""

- uses: actions/create-github-app-token@v1

Check failure on line 35 in .github/workflows/main-ci.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `actions/create-github-app-token@v1` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
id: generate-token
with:
app-id: ${{ vars.CI_BOT_APP_ID }}
private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}

- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.18.0
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.22.0

Check failure on line 41 in .github/workflows/main-ci.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.22.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
with:
github-token: ${{ steps.generate-token.outputs.token }}
branch: docs/actions-workflows-documentation-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.18.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.22.0

Check failure on line 24 in .github/workflows/need-fix-to-issue.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.22.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.18.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.22.0

Check failure on line 16 in .github/workflows/semantic-pull-request.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.22.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.18.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.22.0

Check failure on line 13 in .github/workflows/stale.yml

View workflow job for this annotation

GitHub Actions / ci / linter / 📌 Check GitHub Actions Pinning

Ratchet - Unpinned Reference

The reference `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.22.0` is unpinned. Either pin the reference to a SHA or mark the line with `ratchet:exclude`.
Loading