We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0955cf8 commit 10d2b90Copy full SHA for 10d2b90
1 file changed
.github/workflows/enforce-license-compliance.yml
@@ -6,10 +6,6 @@ on:
6
pull_request:
7
branches: [master, main]
8
9
-permissions:
10
- contents: write
11
- pull-requests: write
12
-
13
jobs:
14
enforce-license-compliance:
15
runs-on: ubuntu-latest
@@ -24,7 +20,7 @@ jobs:
24
20
java-version: '17'
25
21
26
22
- name: Checkout
27
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23
+ uses: actions/checkout@v6
28
29
# TODO: remove this when upstream is fixed
30
- name: Disable Gradle configuration cache (see https://github.com/fossas/fossa-cli/issues/872)
0 commit comments