Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

ci(github-action)!: Update tj-actions/changed-files action to v41.1.2 #3560

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

trux-bot[bot]
Copy link
Contributor

@trux-bot trux-bot bot commented Dec 23, 2023

This PR contains the following updates:

Package Type Update Change
tj-actions/changed-files action major v40.2.3 -> v41.1.2

Release Notes

tj-actions/changed-files (tj-actions/changed-files)

v41.1.2

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.1.2

v41.1.1

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.1.1

v41.1.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.1.0

v41.0.1

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v41...v41.0.1

v41.0.0

Compare Source

🔥 🔥 BREAKING CHANGE 🔥 🔥

A new safe_output input is now available to prevent outputting unsafe filename characters (Enabled by default). This would escape characters in the filename that could be used for command injection.

[!NOTE]
This can be disabled by setting the safe_output to false this comes with a recommendation to store all outputs generated in an environment variable first before using them.

Example
...
    - name: Get changed files
      id: changed-files
      uses: tj-actions/changed-files@v40
      with:
        safe_output: false # set to false because we are using an environment variable to store the output and avoid command injection.

    - name: List all added files
      env:
        ADDED_FILES: ${{ steps.changed-files.outputs.added_files }}
      run: |
        for file in "$ADDED_FILES"; do
          echo "$file was added"
        done
...

What's Changed

Full Changelog: tj-actions/changed-files@v40...v41.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@trux-bot trux-bot bot requested a review from truxnell as a code owner December 23, 2023 12:15
@trux-bot trux-bot bot force-pushed the renovate/tj-actions-changed-files-41.x branch from 7a77c49 to 7941faa Compare December 24, 2023 18:10
@trux-bot trux-bot bot changed the title ci(github-action)!: Update tj-actions/changed-files action to v41.0.0 ci(github-action)!: Update tj-actions/changed-files action to v41.0.1 Dec 24, 2023
@trux-bot trux-bot bot force-pushed the renovate/tj-actions-changed-files-41.x branch from 7941faa to b6aba2d Compare January 13, 2024 11:08
@trux-bot trux-bot bot changed the title ci(github-action)!: Update tj-actions/changed-files action to v41.0.1 ci(github-action)!: Update tj-actions/changed-files action to v41.1.0 Jan 13, 2024
@trux-bot trux-bot bot force-pushed the renovate/tj-actions-changed-files-41.x branch from b6aba2d to 2101cd0 Compare January 13, 2024 22:10
@trux-bot trux-bot bot changed the title ci(github-action)!: Update tj-actions/changed-files action to v41.1.0 ci(github-action)!: Update tj-actions/changed-files action to v41.1.1 Jan 13, 2024
| datasource  | package                  | from    | to      |
| ----------- | ------------------------ | ------- | ------- |
| github-tags | tj-actions/changed-files | v40.2.3 | v41.1.2 |
@trux-bot trux-bot bot force-pushed the renovate/tj-actions-changed-files-41.x branch from 2101cd0 to 36332f6 Compare January 17, 2024 08:13
@trux-bot trux-bot bot changed the title ci(github-action)!: Update tj-actions/changed-files action to v41.1.1 ci(github-action)!: Update tj-actions/changed-files action to v41.1.2 Jan 17, 2024
@truxnell truxnell merged commit 6a20dcd into main Jan 18, 2024
1 check passed
@truxnell truxnell deleted the renovate/tj-actions-changed-files-41.x branch January 18, 2024 02:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant