From fca60e10b280437d46dace97d0abaf1bc856d47b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 04:36:51 +0000 Subject: [PATCH 1/2] chore(deps): update actions/add-to-project action to v0.6.1 --- .github/workflows/reusable-add-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-add-to-project.yml b/.github/workflows/reusable-add-to-project.yml index 37cab11..d766fcf 100644 --- a/.github/workflows/reusable-add-to-project.yml +++ b/.github/workflows/reusable-add-to-project.yml @@ -74,14 +74,14 @@ jobs: - name: Add to Project if: github.event == 'workflow_call' - uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0 + uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 with: project-url: ${{ inputs.project-url }} github-token: ${{ secrets.github-token }} - name: Add to Project if: github.event != 'workflow_call' && github.actor == 'dependabot[bot]' - uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0 + uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 with: project-url: ${{ env.PROJECT_URL }} github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }} From 47762a317ea5a77e8c3cc9bf4ed6d2200781b897 Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Sat, 31 Aug 2024 04:37:26 +0000 Subject: [PATCH 2/2] Update reusable-add-to-project.yml --- .github/workflows/reusable-add-to-project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-add-to-project.yml b/.github/workflows/reusable-add-to-project.yml index d766fcf..8965170 100644 --- a/.github/workflows/reusable-add-to-project.yml +++ b/.github/workflows/reusable-add-to-project.yml @@ -74,14 +74,14 @@ jobs: - name: Add to Project if: github.event == 'workflow_call' - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 + uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: project-url: ${{ inputs.project-url }} github-token: ${{ secrets.github-token }} - name: Add to Project if: github.event != 'workflow_call' && github.actor == 'dependabot[bot]' - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1 + uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: project-url: ${{ env.PROJECT_URL }} github-token: ${{ secrets.GH_PROJECTS_ACTION_TOKEN }}