fix(vyos-build): unpin actions

remove commit spam lol
if these official actions have supply chain issues
a lot more people are fucked than my VyOS build workflow
This commit is contained in:
JJGadgets
2024-03-02 07:31:16 +08:00
parent 16d60a7f8d
commit 0538038bed

View File

@@ -49,14 +49,14 @@ jobs:
echo "VYOS_VERSION=${{ github.event.inputs.version || env.VYOS_VERSION }}" >> "${GITHUB_ENV}"
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
uses: actions/create-github-app-token@v1
id: oauth-token
with:
app-id: "${{ secrets.BOT_APP_ID }}" # $BOT_APP_ID is found in GitHub App main settings page
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@v4
with:
token: "${{ steps.oauth-token.outputs.token }}"