Skip to content

Commit 901b9d3

Browse files
Run sbt generateCiFiles
Executed command: sbt generateCiFiles
1 parent 227c6d1 commit 901b9d3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,13 @@ jobs:
5959
- 17
6060
steps:
6161
- name: Checkout project
62-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
62+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6363
with:
6464
ref: ${{ github.head_ref }}
65+
repository: ${{ github.event.pull_request.head.repo.full_name }}
6566
fetch-depth: 0
6667

67-
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
68+
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
6869
with:
6970
distribution: "liberica"
7071
java-version: ${{ matrix.jdk }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout project
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3333
with:
3434
fetch-depth: 0
3535

3636
- name: Check latest tag follows semantic versioning
3737
if: github.event_name == 'push'
3838
uses: alejandrohdezma/actions/check-semver-tag@v1
3939

40-
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
40+
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
4141
with:
4242
distribution: "liberica"
4343
java-version: "11"
@@ -59,13 +59,13 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Checkout project
62-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
62+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6363
with:
6464
fetch-depth: 0
6565
ref: main
6666
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
6767

68-
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
68+
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
6969
with:
7070
distribution: "liberica"
7171
java-version: "17"

0 commit comments

Comments
 (0)