File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
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/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions" # See documentation for possible values
9
+ directory : " /" # Location of package manifests
10
+ schedule :
11
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
archive :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
19
- name : make dist
20
20
run : |
21
21
make dist
22
22
version=`cat emscripten-version.txt | sed s/\"//g`
23
23
echo "VERSION=$version" >> $GITHUB_ENV
24
- - uses : actions/upload-artifact@v3
24
+ - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
25
25
with :
26
26
name : emscripten-${{ env.VERSION }}
27
27
path : emscripten-${{ env.VERSION }}.tar.bz2
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag= v3.0.0
25
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
26
26
with :
27
27
persist-credentials : false
28
28
29
29
- name : " Run analysis"
30
- uses : ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1 .1.1
30
+ uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2 .1.3
31
31
with :
32
32
results_file : results.sarif
33
33
results_format : sarif
@@ -42,14 +42,14 @@ jobs:
42
42
43
43
# Upload the results as artifacts (optional).
44
44
- name : " Upload artifact"
45
- uses : actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag= v3.0.0
45
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
49
49
retention-days : 5
50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
53
+ uses : github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments