diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index e725cac9..a06ec5d6 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -20,7 +20,7 @@ jobs: with: github_app: grafana-oss-big-tent - name: Add to project - uses: actions/add-to-project@8b5d8dd2895c251002b427e4688a6115b5ed2f09 # main + uses: actions/add-to-project@00a39cd6fa0633a59f7ae3bd4edada12a688183f # main with: project-url: https://github.com/orgs/grafana/projects/1085 # Grafana Data Source Plugins Squad 🐴 github-token: ${{ steps.get-github-token.outputs.token }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 03efb1f4..53f52700 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v10 + - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} operations-per-run: 750