File tree Expand file tree Collapse file tree 5 files changed +31
-6
lines changed Expand file tree Collapse file tree 5 files changed +31
-6
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ commit-message :
8
+ prefix : chore
9
+ include : scope
10
+
11
+ - package-ecosystem : docker
12
+ directory : /docs
13
+ commit-message :
14
+ prefix : chore
15
+ include : scope
16
+ schedule :
17
+ interval : daily
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ name: Build .NET
2
2
3
3
on :
4
4
push :
5
+ paths :
6
+ - " libraries/**"
5
7
branches : [develop, main]
6
8
pull_request :
9
+ paths :
10
+ - " libraries/**"
7
11
branches : [develop, main]
8
12
9
13
defaults :
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
+ paths :
6
+ - " libraries/**"
5
7
branches : [ "develop", main ]
6
8
pull_request :
7
- # The branches below must be a subset of the branches above
9
+ paths :
10
+ - " libraries/**"
8
11
branches : [ "develop" ]
9
12
schedule :
10
13
- cron : ' 42 8 * * 0'
@@ -29,14 +32,14 @@ jobs:
29
32
30
33
# Initializes the CodeQL tools for scanning.
31
34
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2
35
+ uses : github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v2
33
36
with :
34
37
languages : ${{ matrix.language }}
35
38
36
39
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
37
40
# If this step fails, then you should remove it and run the build manually (see below)
38
41
- name : Autobuild
39
- uses : github/codeql-action/autobuild@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2
42
+ uses : github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v2
40
43
41
44
# ℹ️ Command-line programs to run using the OS shell.
42
45
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
49
52
# ./location_of_script_within_repo/buildscript.sh
50
53
51
54
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2
55
+ uses : github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v2
Original file line number Diff line number Diff line change 16
16
script : |
17
17
const script = require('.github/scripts/save_pr_details.js')
18
18
await script({github, context, core})
19
- - uses : actions/upload-artifact@v3
19
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
20
20
with :
21
21
name : pr
22
22
path : pr.txt
Original file line number Diff line number Diff line change 1
- FROM squidfunk/mkdocs-material
1
+ # v9.1.18
2
+ FROM squidfunk/mkdocs-material@sha256:41942f7a2f5163aacd0e866e076d95db4f26550b97d76c1594c04250cbb580e9
2
3
RUN pip install mkdocs-git-revision-date-plugin
You can’t perform that action at this time.
0 commit comments