File tree Expand file tree Collapse file tree 4 files changed +29
-14
lines changed Expand file tree Collapse file tree 4 files changed +29
-14
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " monthly"
12
+ groups :
13
+ gh-actions-packages :
14
+ patterns :
15
+ - " *"
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
12
12
- name : Set up Ruby 3.2
13
- uses : ruby/setup-ruby@v1
13
+ uses : ruby/setup-ruby@8711a86ab6f9aa72890da4123b2ef7283b6b22b6 # v1.217.0
14
14
with :
15
15
ruby-version : 3.2
16
16
@@ -31,10 +31,10 @@ jobs:
31
31
ruby-version : [3.2, 3.3]
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : Set up Ruby ${{ matrix.ruby-version }}
37
- uses : ruby/setup-ruby@v1
37
+ uses : ruby/setup-ruby@8711a86ab6f9aa72890da4123b2ef7283b6b22b6 # v1.217.0
38
38
with :
39
39
ruby-version : ${{ matrix.ruby-version }}
40
40
@@ -55,16 +55,16 @@ jobs:
55
55
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
59
60
60
- name : Set up Node 16
61
- uses : actions/setup-node@v4
61
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
62
62
with :
63
63
node-version : 16
64
64
65
65
- name : Cache Node modules
66
66
id : cache-node-modules
67
- uses : actions/cache@v3
67
+ uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0
68
68
with :
69
69
path : " **/node_modules"
70
70
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
12
12
- name : Set up Node 14.15
13
- uses : actions/setup-node@v3
13
+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
14
14
with :
15
15
node-version : 14.15
16
16
17
17
- name : Cache Node modules
18
18
id : cache-node-modules
19
- uses : actions/cache@v3
19
+ uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0
20
20
with :
21
21
path : " **/node_modules"
22
22
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@v2
32
+ uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
# If you wish to specify custom queries, you can do so here or in a config file.
40
40
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
41
41
# If this step fails, then you should remove it and run the build manually (see below)
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@v2
43
+ uses : github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@v2
46
+ uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
You can’t perform that action at this time.
0 commit comments