diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 61ec8ac..951ceca 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -12,7 +12,7 @@ jobs: name: Assign to projects runs-on: ubuntu-latest steps: - - uses: srggrs/assign-one-project-github-action@42352f30e8f3608e29350741411ab7061c953972 # 1.2.1 + - uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # 1.3.1 name: Assign to Storage Explorer project with: project: 'https://github.com/orgs/microsoft/projects/140' diff --git a/.github/workflows/assign-projects.yml b/.github/workflows/assign-projects.yml index ded6d51..742bce3 100644 --- a/.github/workflows/assign-projects.yml +++ b/.github/workflows/assign-projects.yml @@ -12,14 +12,14 @@ jobs: name: Assign to projects runs-on: ubuntu-latest steps: - - uses: srggrs/assign-one-project-github-action@42352f30e8f3608e29350741411ab7061c953972 # 1.2.1 + - uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # 1.3.1 name: Assign to Storage Explorer project if: github.event.action == 'milestoned' with: project: 'https://github.com/microsoft/AzureStorageExplorer/projects/8' column_name: 'Committed' - - uses: srggrs/assign-one-project-github-action@42352f30e8f3608e29350741411ab7061c953972 # 1.2.1 + - uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # 1.3.1 name: Assign to Globalization project if: contains(github.event.issue.labels.*.name, '🌐 localization') with: diff --git a/.github/workflows/stale-issue-cleanup.yml b/.github/workflows/stale-issue-cleanup.yml index d2e718b..12affdc 100644 --- a/.github/workflows/stale-issue-cleanup.yml +++ b/.github/workflows/stale-issue-cleanup.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Copilot CLI run: | @@ -77,7 +77,7 @@ jobs: - name: Upload session log if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: stale-cleanup-log-${{ github.run_id }} path: stale-cleanup-log.md