Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(renovate): pin Update actions/setup-node digest to 0a44ba7 #284

Merged
merged 1 commit into from
Sep 21, 2024
Merged
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/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

- name: Run tests
continue-on-error: true
run: |

Check warning on line 72 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2034:warning:4:1: GITHUB_APPLICATION_PRIVATE_KEY appears unused. Verify use (or export if used externally) [shellcheck] Raw Output: .github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:4:1: GITHUB_APPLICATION_PRIVATE_KEY appears unused. Verify use (or export if used externally) [shellcheck]

Check warning on line 72 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2034:warning:5:1: GITHUB_APPLICATION_ID appears unused. Verify use (or export if used externally) [shellcheck] Raw Output: .github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:5:1: GITHUB_APPLICATION_ID appears unused. Verify use (or export if used externally) [shellcheck]

Check warning on line 72 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2034:warning:6:1: GITHUB_REPOSITORY_OWNER appears unused. Verify use (or export if used externally) [shellcheck] Raw Output: .github/workflows/test-release.yml:72:9: shellcheck reported issue in this script: SC2034:warning:6:1: GITHUB_REPOSITORY_OWNER appears unused. Verify use (or export if used externally) [shellcheck]
npm ci
echo "::add-mask::${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}"
echo "::add-mask::${{ secrets.GHA_APPLICATION_ID }}"
Expand Down Expand Up @@ -100,7 +100,7 @@
with:
application_id: ${{ secrets.GHA_APPLICATION_ID }}
application_private_key: ${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}
organization: CattleDip

Check warning on line 103 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action] Raw Output: .github/workflows/test-release.yml:103:11: input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]
permissions: "pages:read,checks:read,issues:read,actions:read,contents:read,metadata:read,packages:write,statuses:read,deployments:write,discussions:read,environments:read,merge_queues:read,pull_requests:read,administration:read,repository_hooks:read,organization_administration:read"

- name: Use token to read details
Expand All @@ -117,7 +117,7 @@

- name: Check permissions
shell: bash
run: |

Check warning on line 120 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2006:style:21:30: Use $(...) notation instead of legacy backticks `...` [shellcheck] Raw Output: .github/workflows/test-release.yml:120:9: shellcheck reported issue in this script: SC2006:style:21:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]

Check warning on line 120 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 shellcheck reported issue in this script: SC2006:style:22:30: Use $(...) notation instead of legacy backticks `...` [shellcheck] Raw Output: .github/workflows/test-release.yml:120:9: shellcheck reported issue in this script: SC2006:style:22:30: Use $(...) notation instead of legacy backticks `...` [shellcheck]
EXPIRES_AT="${{ steps.use_action.outputs.expires_at }}"
PERMISSIONS_REQUESTED="${{ steps.use_action.outputs.permissions_requested }}"
PERMISSIONS_GRANTED="${{ steps.use_action.outputs.permissions_granted }}"
Expand Down Expand Up @@ -171,7 +171,7 @@
with:
application_id: ${{ secrets.GHA_APPLICATION_ID }}
application_private_key: ${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}
organization: CattleDip

Check warning on line 174 in .github/workflows/test-release.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐢 input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action] Raw Output: .github/workflows/test-release.yml:174:11: input "organization" is not defined in action "GitHub App Token Generator for Actions" defined at "./". available inputs are "application_id", "application_installation_id", "application_private_key", "debug", "github_api_base_url", "org", "owner", "permissions", "repo", "token_lifetime" [action]

- name: Use token to read details
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
Expand Down Expand Up @@ -204,7 +204,7 @@
deployments: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
with:
node-version-file: '.nvmrc'
cache: "npm"
Expand Down
Loading