Skip to content
Open

test #353

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/count-asdf-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: asdf-vm/actions/setup@6a442392015fbbdd8b48696d41e0051b2698b2e4 # v2.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pinact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: actions/cache@v3.3.1

Check notice on line 16 in .github/workflows/test-pinact.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@v0.5.0

Check notice on line 18 in .github/workflows/test-pinact.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
with:
aqua_version: v2.3.4
permissions:
Expand Down
22 changes: 15 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
name: test
on:
push:
tags:
- v*
on: pull_request
jobs:
test:
runs-on: ubuntu-24.04
timeout-minutes: 10
permissions:
contents: write
pull-requests: write
steps:
- run: echo "$PAYLOAD"
env:
PAYLOAD: ${{ toJson(github.event) }}
- uses: actions/checkout@v6

Check notice on line 12 in .github/workflows/test.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pinact] reported by reviewdog 🐶
Action should be pinned: - uses: actions/checkout@v6 -> - uses: actions/checkout@8e8c483 # v6.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pinact] reported by reviewdog 🐶
Action should be pinned: - uses: actions/checkout@v6 -> - uses: actions/checkout@8e8c483 # v6.0.1

with:
persist-credentials: false
- uses: suzuki-shunsuke/pinact-action@pr/847

Check failure on line 15 in .github/workflows/test.yaml

View workflow job for this annotation

GitHub Actions / test

pinact error

action can't be pinned
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pinact] reported by reviewdog 🐶
failed to handle a line: action can't be pinned

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [pinact] reported by reviewdog 🐶
failed to handle a line: action can't be pinned

with:
app_id: ${{ vars.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
skip_push: true
review: true
reviewdog_fail_level: error
2 changes: 0 additions & 2 deletions aqua/reviewdog.yaml

This file was deleted.

Loading