Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/copr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
jq

- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Set git safe directory
run: git config --global --add safe.directory '*'
Expand Down Expand Up @@ -248,7 +248,7 @@
-fsS \
--retry 3 \
"https://raw.githubusercontent.com/reenignearcher/copr-ci-tooling/patch-1/copr-gh-actions-submit" > submit
# TODO: https://github.com/praiskup/copr-ci-tooling/pull/1

Check warning on line 251 in .github/workflows/copr-ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Complete the task associated to this "TODO" comment.

See more on https://sonarcloud.io/project/issues?id=LizardByte_copr-ci&issues=AZ-DGo_TEagLzTxLP3Na&open=AZ-DGo_TEagLzTxLP3Na&pullRequest=90
# "https://raw.githubusercontent.com/praiskup/copr-ci-tooling/main/copr-gh-actions-submit"

# if a PR number is added the script will use the PR webhook, otherwise it will use the push webhook
Expand Down Expand Up @@ -326,7 +326,7 @@
jq

- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Add problem matchers
run: |
Expand Down
Loading