Skip to content

Commit ce2c3d0

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 6ddc19f commit ce2c3d0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ jobs:
3535
GITHUB_APP_PRIVATE_KEY=pyroscope-development-app:app-private-key
3636
3737
- name: Generate GitHub token
38-
uses: actions/create-github-app-token@v1
38+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
3939
id: app-token
4040
with:
4141
app-id: ${{ env.GITHUB_APP_ID }}
4242
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
4343

4444
- name: Checkout code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4646
with:
4747
token: ${{ steps.app-token.outputs.token }}
4848
persist-credentials: true # push the tag later
4949

5050
- name: Set up Java 8
51-
uses: actions/setup-java@v4
51+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
5252
with:
5353
java-version: '8'
5454
distribution: 'temurin'

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
os: [ubuntu-x64-small, macos-latest]
1919
java: ['8', '11', '17', '21']
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2222
with:
2323
persist-credentials: false
2424
- name: Set up JDK
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
2626
with:
2727
java-version: ${{ matrix.java }}
2828
distribution: 'zulu'

0 commit comments

Comments
 (0)