| --- | |
| name: Pinact | |
| on: | |
| schedule: | |
| - cron: "30 22 * * 4" | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| pinact: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| with: | |
| persist-credentials: false | |
| - name: Pin actions | |
| uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0 |