Skip to content

Commit

Permalink
Bump rajbos-actions/workflow-application-token-action (#21)
Browse files Browse the repository at this point in the history
Bumps [rajbos-actions/workflow-application-token-action](https://github.com/rajbos-actions/workflow-application-token-action) from 2.1.0 to 3.0.0.
- [Commits](rajbos-actions/workflow-application-token-action@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: rajbos-actions/workflow-application-token-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 02dee03 commit 7fd29da
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Get App Token
id: get_workflow_token2
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand All @@ -58,7 +58,7 @@ jobs:
# get a new token for the next script, as it might have expired already
- name: Get App Token
id: get_workflow_token
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get App Token
id: get_workflow_token
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Get App Token
id: get_workflow_token
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Get App Token
id: get_workflow_token
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get App Token
id: get_workflow_token
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Get App Token
id: get_workflow_token
uses: rajbos-actions/workflow-application-token-action@v2.1.0
uses: rajbos-actions/workflow-application-token-action@v3.0.0
with:
application_id: 264650
application_private_key: ${{ secrets.Automation_App_Key }}
Expand Down

0 comments on commit 7fd29da

Please sign in to comment.