@continuoussecuritytooling/keycloak-reporter 1.1.6-2848 → 1.1.6-2851
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ jobs:
|
|
|
23
23
|
- macOS-latest
|
|
24
24
|
- windows-latest
|
|
25
25
|
steps:
|
|
26
|
-
- uses: actions/checkout@
|
|
26
|
+
- uses: actions/checkout@v6
|
|
27
27
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
28
28
|
uses: actions/setup-node@v6
|
|
29
29
|
with:
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
|
|
41
41
|
steps:
|
|
42
42
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
|
43
|
-
- uses: actions/checkout@
|
|
43
|
+
- uses: actions/checkout@v6
|
|
44
44
|
with:
|
|
45
45
|
fetch-depth: 0
|
|
46
46
|
|
|
@@ -106,7 +106,7 @@ jobs:
|
|
|
106
106
|
os:
|
|
107
107
|
- ubuntu-latest
|
|
108
108
|
steps:
|
|
109
|
-
- uses: actions/checkout@
|
|
109
|
+
- uses: actions/checkout@v6
|
|
110
110
|
- name: 'Use Node.js ${{ matrix.node_version }}'
|
|
111
111
|
uses: actions/setup-node@v6
|
|
112
112
|
with:
|
|
@@ -168,7 +168,7 @@ jobs:
|
|
|
168
168
|
- chart
|
|
169
169
|
- end2end
|
|
170
170
|
steps:
|
|
171
|
-
- uses: actions/checkout@
|
|
171
|
+
- uses: actions/checkout@v6
|
|
172
172
|
- uses: actions/setup-node@v6
|
|
173
173
|
with:
|
|
174
174
|
# renovate: datasource=docker depName=node
|