Skip to content

Commit

Permalink
Merge branch 'main' into rhel-cop
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Jan 14, 2025
2 parents ef6b9c9 + 9480149 commit fac7a16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
with:
sarif_file: results.sarif
1 change: 1 addition & 0 deletions ansible/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ orgs:
members:
- name: ablock
- name: etsauer
- name: garethahealy
- name: obedin
- name: pabrahamsson
- name: babylon
Expand Down
4 changes: 3 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ orgs:
- 9strands
- a-beck
- abaird-rh
- abhijithumbe
- abikouo
- adamgoossens
- adlerfleurant
Expand Down Expand Up @@ -75,6 +74,7 @@ orgs:
- day0hero
- ddreggors
- deewhyweb
- deplist
- djdanielsson
- drichtarik
- eformat
Expand Down Expand Up @@ -167,6 +167,7 @@ orgs:
- matthew-willis-redhat
- maxamillion
- mffiedler
- mglantz
- mhjacks
- mike4263
- mmtktl
Expand Down Expand Up @@ -209,6 +210,7 @@ orgs:
- rhjcd
- rhodzelmans
- ribua
- ricker42
- rmarting
- rmgrimm
- rnozaki
Expand Down

0 comments on commit fac7a16

Please sign in to comment.