Skip to content

Commit

Permalink
Update actions/download-artifact action from v3 to v4 (.github/workfl…
Browse files Browse the repository at this point in the history
…ows/rest-framework-tests.yml)
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent c5a92b3 commit 184ab4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

Check warning on line 46 in .github/workflows/integration-tests.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_person`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.

Check warning on line 46 in .github/workflows/integration-tests.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_*`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.
# load docker images from build jobs
- name: Load images from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Load docker images
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
minikube status

Check warning on line 91 in .github/workflows/k8s-tests.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_person`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.

Check warning on line 91 in .github/workflows/k8s-tests.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_*`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.
- name: Load images from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Load docker images
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

Check warning on line 24 in .github/workflows/release-drafter.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_person`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.

Check warning on line 24 in .github/workflows/release-drafter.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_*`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.
steps:
- name: Load OAS files from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rest-framework-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

Check warning on line 20 in .github/workflows/rest-framework-tests.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_person`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.

Check warning on line 20 in .github/workflows/rest-framework-tests.yml

View check run for this annotation

DryRunSecurity / AI-powered Sensitive Function Check

Possible Sensitive Function

Our AI-Powered Sensitive Function checker believes it has discovered a sensitive function being modified in this PR. The name of the function is `authenticate_*`. Extra care must be taken when modifying a function that is potentially security-sensitive. The following reason was provided for why this function was flagged as sensitive: Devise uses this function to authorize users of the application for either one or many actions in a controller.
# load docker images from build jobs
- name: Load images from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Load docker images
run: |-
Expand Down

0 comments on commit 184ab4d

Please sign in to comment.