Skip to content

Commit

Permalink
chore(deps): pin dependencies (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy82481 authored Jan 5, 2024
2 parents 0d177f8 + 0de305e commit 7dbfacc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ jobs:
matrix: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout Default Branch
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: "${{ steps.app-token.outputs.token }}"
fetch-depth: 0

- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41
with:
files: kubernetes/**
dir_names: true
Expand All @@ -58,20 +58,20 @@ jobs:
fail-fast: false
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: "${{ steps.app-token.outputs.token }}"
path: pull

- name: Checkout Default Branch
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: "${{ steps.app-token.outputs.token }}"
ref: "${{ github.event.repository.default_branch }}"
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- if: ${{ steps.diff.outputs.diff != '' }}
name: Add comment
uses: mshick/add-pr-comment@v2
uses: mshick/add-pr-comment@7c0890544fb33b0bdd2e59467fbacb62e028a096 # v2
with:
repo-token: "${{ steps.app-token.outputs.token }}"
message-id: "${{ github.event.pull_request.number }}/${{ matrix.paths }}/${{ matrix.resources }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lychee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1
id: app-token
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
token: "${{ steps.app-token.outputs.token }}"

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "${issue_number}"
- name: Create or Update Issue
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4
with:
token: "${{ steps.app-token.outputs.token }}"
title: "${{ env.WORKFLOW_ISSUE_TITLE }}"
Expand Down

0 comments on commit 7dbfacc

Please sign in to comment.