File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- name : Check code meets quality and security standards
20
20
id : datadog-static-analysis
21
- uses : DataDog/datadog-static-analyzer-github-action@06d501a75f56e4075c67a7dbc61a74b6539a05c8 # v1.2.1
21
+ uses : DataDog/datadog-static-analyzer-github-action@v1
22
22
with :
23
23
dd_api_key : ${{ secrets.DD_STATIC_ANALYSIS_API_KEY }}
24
24
dd_app_key : ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }}
Original file line number Diff line number Diff line change 13
13
integration :
14
14
# Google Auth permissions
15
15
permissions :
16
- contents : " read"
17
- id-token : " write"
16
+ contents : ' read'
17
+ id-token : ' write'
18
18
strategy :
19
19
matrix :
20
20
version : [18, latest]
Original file line number Diff line number Diff line change 28
28
29
29
get-scenarios :
30
30
name : Get parameters
31
- uses : DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@994e6f9976f16c13c1cb15c02714d786e0eb8eb1 # main
31
+ uses : DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main
32
32
with :
33
33
library : nodejs
34
34
scenarios_groups : essentials,appsec_rasp
87
87
parametric :
88
88
needs :
89
89
- build-artifacts
90
- uses : DataDog/system-tests/.github/workflows/run-parametric.yml@994e6f9976f16c13c1cb15c02714d786e0eb8eb1 # main
90
+ uses : DataDog/system-tests/.github/workflows/run-parametric.yml@main
91
91
secrets : inherit
92
92
with :
93
93
library : nodejs
You can’t perform that action at this time.
0 commit comments