Skip to content

Commit

Permalink
reference related issues for specific github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Mar 31, 2024
1 parent 7495600 commit 160985e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: coverage report
- uses: paambaati/codeclimate-action@v5 # see https://github.com/paambaati/codeclimate-action/issues/638
- uses: paambaati/codeclimate-action@v5 # see https://github.com/paambaati/codeclimate-action/issues/731
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

Expand All @@ -117,11 +117,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: "Run FOSSA Scan"
uses: fossas/fossa-action@v1
uses: fossas/fossa-action@v1.3.3 # see https://github.com/fossas/fossa-action/issues/39
with:
api-key: ${{secrets.FOSSA_API_KEY}}
- name: "Run FOSSA Test"
uses: fossas/fossa-action@v1
uses: fossas/fossa-action@v1.3.3 # see https://github.com/fossas/fossa-action/issues/39
with:
api-key: ${{secrets.FOSSA_API_KEY}}
run-tests: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo dpkg-reconfigure locales
- name: Start saucelabs tunnel
uses: saucelabs/sauce-connect-action@v2 # https://github.com/saucelabs/sauce-connect-action/issues/86
uses: saucelabs/sauce-connect-action@v2 # see https://github.com/saucelabs/sauce-connect-action/issues/86
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
Expand Down

0 comments on commit 160985e

Please sign in to comment.