Skip to content

Commit

Permalink
chore: bump action versions and resolve depreciation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed Jan 24, 2024
1 parent 51607c7 commit e7a12cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/appscan-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
name: static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- id: skills-network-bot-app
uses: getsentry/action-github-app-token@v1
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.skills-network-bot-app-id }}
private_key: ${{ secrets.skills-network-bot-private-key }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
"AssetGroupId": "'"$ASOC_ASSET_GROUP_ID"'",
}' | jq -r .Id)
fi
echo "::set-output name=APPSCAN_APP_ID::$app_id"
echo "APPSCAN_APP_ID=$app_id" >> $GITHUB_OUTPUT
- name: prepare and queue scan
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-github-ibm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: mirror
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
name: static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- id: skills-network-bot-app
uses: getsentry/action-github-app-token@v1
uses: getsentry/action-github-app-token@v2
with:
app_id: ${{ secrets.skills-network-bot-app-id }}
private_key: ${{ secrets.skills-network-bot-private-key }}
- name: HCL AppScan CodeSweep
uses: HCL-TECH-SOFTWARE/appscan-codesweep-action@v1
uses: HCL-TECH-SOFTWARE/appscan-codesweep-action@v2
with:
asoc_key: ${{ secrets.asoc-key }}
asoc_secret: ${{ secrets.asoc-secret }}
Expand Down

0 comments on commit e7a12cb

Please sign in to comment.