From f4a535545fc0bcfe9aefcf781b81c31cc6a3ce50 Mon Sep 17 00:00:00 2001
From: Luke Walton Sourced from tj-actions/changed-files's
releases. Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.0.1 A new [!NOTE]
This can be disabled by setting the ...
Release notes
v41
Changes in v41.0.1
What's Changed
@tj-actions-bot
in tj-actions/changed-files#1811@renovate
in tj-actions/changed-files#1813@jackton1
in tj-actions/changed-files#1815
Changes in v41.0.0
🔥 🔥 BREAKING CHANGE 🔥 🔥
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.
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
@renovate
in tj-actions/changed-files#1801@tj-actions-bot
in tj-actions/changed-files#1800@renovate
in tj-actions/changed-files#1802@renovate
in tj-actions/changed-files#1803@renovate
in tj-actions/changed-files#1804@tj-actions-bot
in tj-actions/changed-files#1805@jackton1
in tj-actions/changed-files#1806@jackton1
in tj-actions/changed-files#1808... (truncated)
Sourced from tj-actions/changed-files's changelog.
Changelog
41.0.1 - (2023-12-24)
🐛 Bug Fixes
⚙️ Miscellaneous Tasks
- deps: Update dependency eslint-plugin-prettier to v5.1.2 (7aaf10d) - (renovate[bot])
⬆️ Upgrades
- Upgraded to v41 (#1811)
Co-authored-by: jackton1 jackton1@users.noreply.github.com (cc08e17) - (tj-actions[bot])
41.0.0 - (2023-12-23)
🐛 Bug Fixes
⏪ Reverts
- Revert "chore(deps): update actions/download-artifact action to v4" (#1806)
(4f573fe) - (Tonye Jack)
🔄 Update
- Update README.md (6e79d6e) - (Tonye Jack)
- Update README.md (d13ac19) - (Tonye Jack)
- Update README.md (bb89f97) - (Tonye Jack)
- Updated README.md (#1810)
Co-authored-by: renovate[bot] (1864078) - (tj-actions[bot])
- Update README.md (#1808)
(47371c5) - (Tonye Jack)
📝 Other
- Merge pull request from GHSA-mcph-m25j-8j63
feat: add
safe_output
input enabled by defaultfix: migrate README to safe uses of interpolation
... (truncated)
716b1e1
fix: update characters escaped by safe output (#1815)7aaf10d
chore(deps): update dependency eslint-plugin-prettier to v5.1.2cc08e17
Upgraded to v41 (#1811)6e79d6e
Update README.mdd13ac19
Update README.mdbb89f97
Update README.md1864078
Updated README.md (#1810)f495a03
chore(deps): lock file maintenance47371c5
Update README.md (#1808)4f573fe
Revert "chore(deps): update actions/download-artifact action to
v4" (#1806)Sourced from tj-actions/changed-files's +releases.
+++v41
+Changes in v41.0.1
+What's Changed
++
+- Upgraded to v41 by
+@tj-actions-bot
+in tj-actions/changed-files[#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811)- chore(deps): update dependency eslint-plugin-prettier to v5.1.2 by +
+@renovate
in tj-actions/changed-files[#1813](https://github.com/zebratechnologies/zeta-flutter/pull/1813)- fix: update characters escaped by safe output by
+@jackton1
in tj-actions/changed-files[#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.0.1
+
+Changes in v41.0.0
+🔥 🔥 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
++
+ +- chore(deps): update typescript-eslint monorepo to v6.15.0 by
+@renovate
in tj-actions/changed-files[#1801](https://github.com/zebratechnologies/zeta-flutter/pull/1801)- Upgraded to v40.2.3 by
+@tj-actions-bot
+in tj-actions/changed-files[#1800](https://github.com/zebratechnologies/zeta-flutter/pull/1800)- chore(deps): update dependency eslint-plugin-prettier to v5.1.0 by +
+@renovate
in tj-actions/changed-files[#1802](https://github.com/zebratechnologies/zeta-flutter/pull/1802)- chore(deps): lock file maintenance by
+@renovate
in tj-actions/changed-files[#1803](https://github.com/zebratechnologies/zeta-flutter/pull/1803)- chore(deps): update dependency eslint-plugin-prettier to v5.1.1 by +
+@renovate
in tj-actions/changed-files[#1804](https://github.com/zebratechnologies/zeta-flutter/pull/1804)- fix: update safe output regex and the docs by
+@tj-actions-bot
+in tj-actions/changed-files[#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)- Revert "chore(deps): update actions/download-artifact action to +v4" by
+@jackton1
in tj-actions/changed-files[#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806)- Update README.md by
+@jackton1
in tj-actions/changed-files[#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808)
... (truncated)
+Sourced from tj-actions/changed-files's +changelog.
+++Changelog
+41.0.1 +- (2023-12-24)
+🐛 Bug Fixes
++
+- Update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)) +(716b1e1) +- (Tonye Jack)
+⚙️ Miscellaneous Tasks
++
+- deps: Update dependency eslint-plugin-prettier to +v5.1.2 (7aaf10d) +- (renovate[bot])
+⬆️ Upgrades
++
+- Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))
+Co-authored-by: jackton1 jackton1@users.noreply.github.com +(cc08e17) +- (tj-actions[bot])
+41.0.0 +- (2023-12-23)
+🐛 Bug Fixes
++
+- Update safe output regex and the docs ([#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)) +(ff2f6e6) +- (tj-actions[bot])
+⏪ Reverts
++
+- Revert "chore(deps): update actions/download-artifact action to +v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))
+(4f573fe) +- (Tonye Jack)
+🔄 Update
++
+- Update README.md (6e79d6e) +- (Tonye Jack)
+- Update README.md (d13ac19) +- (Tonye Jack)
+- Update README.md (bb89f97) +- (Tonye Jack)
+- Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))
+Co-authored-by: renovate[bot] (1864078) +- (tj-actions[bot])
++
+- Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))
+(47371c5) +- (Tonye Jack)
+📝 Other
++
+- Merge pull request from GHSA-mcph-m25j-8j63
++
+ +- +
+feat: add
+safe_output
input enabled by default- +
+fix: migrate README to safe uses of interpolation
+
... (truncated)
+716b1e1
+fix: update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815))7aaf10d
+chore(deps): update dependency eslint-plugin-prettier to v5.1.2cc08e17
+Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))6e79d6e
+Update README.mdd13ac19
+Update README.mdbb89f97
+Update README.md1864078
+Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))f495a03
+chore(deps): lock file maintenance47371c5
+Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))4f573fe
+Revert "chore(deps): update actions/download-artifact action to
+v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))Sourced from tj-actions/changed-files's +releases.
+++v41
+Changes in v41.0.1
+What's Changed
++
+- Upgraded to v41 by
+@tj-actions-bot
+in tj-actions/changed-files[#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811)- chore(deps): update dependency eslint-plugin-prettier to v5.1.2 by +
+@renovate
in tj-actions/changed-files[#1813](https://github.com/zebratechnologies/zeta-flutter/pull/1813)- fix: update characters escaped by safe output by
+@jackton1
in tj-actions/changed-files[#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)Full Changelog: https://github.com/tj-actions/changed-files/compare/v41...v41.0.1
+
+Changes in v41.0.0
+🔥 🔥 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
++
+ +- chore(deps): update typescript-eslint monorepo to v6.15.0 by
+@renovate
in tj-actions/changed-files[#1801](https://github.com/zebratechnologies/zeta-flutter/pull/1801)- Upgraded to v40.2.3 by
+@tj-actions-bot
+in tj-actions/changed-files[#1800](https://github.com/zebratechnologies/zeta-flutter/pull/1800)- chore(deps): update dependency eslint-plugin-prettier to v5.1.0 by +
+@renovate
in tj-actions/changed-files[#1802](https://github.com/zebratechnologies/zeta-flutter/pull/1802)- chore(deps): lock file maintenance by
+@renovate
in tj-actions/changed-files[#1803](https://github.com/zebratechnologies/zeta-flutter/pull/1803)- chore(deps): update dependency eslint-plugin-prettier to v5.1.1 by +
+@renovate
in tj-actions/changed-files[#1804](https://github.com/zebratechnologies/zeta-flutter/pull/1804)- fix: update safe output regex and the docs by
+@tj-actions-bot
+in tj-actions/changed-files[#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)- Revert "chore(deps): update actions/download-artifact action to +v4" by
+@jackton1
in tj-actions/changed-files[#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806)- Update README.md by
+@jackton1
in tj-actions/changed-files[#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808)
... (truncated)
+Sourced from tj-actions/changed-files's +changelog.
+++Changelog
+41.0.1 +- (2023-12-24)
+🐛 Bug Fixes
++
+- Update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815)) +(716b1e1) +- (Tonye Jack)
+⚙️ Miscellaneous Tasks
++
+- deps: Update dependency eslint-plugin-prettier to +v5.1.2 (7aaf10d) +- (renovate[bot])
+⬆️ Upgrades
++
+- Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))
+Co-authored-by: jackton1 jackton1@users.noreply.github.com +(cc08e17) +- (tj-actions[bot])
+41.0.0 +- (2023-12-23)
+🐛 Bug Fixes
++
+- Update safe output regex and the docs ([#1805](https://github.com/zebratechnologies/zeta-flutter/pull/1805)) +(ff2f6e6) +- (tj-actions[bot])
+⏪ Reverts
++
+- Revert "chore(deps): update actions/download-artifact action to +v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))
+(4f573fe) +- (Tonye Jack)
+🔄 Update
++
+- Update README.md (6e79d6e) +- (Tonye Jack)
+- Update README.md (d13ac19) +- (Tonye Jack)
+- Update README.md (bb89f97) +- (Tonye Jack)
+- Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))
+Co-authored-by: renovate[bot] (1864078) +- (tj-actions[bot])
++
+- Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))
+(47371c5) +- (Tonye Jack)
+📝 Other
++
+- Merge pull request from GHSA-mcph-m25j-8j63
++
+ +- +
+feat: add
+safe_output
input enabled by default- +
+fix: migrate README to safe uses of interpolation
+
... (truncated)
+716b1e1
+fix: update characters escaped by safe output ([#1815](https://github.com/zebratechnologies/zeta-flutter/pull/1815))7aaf10d
+chore(deps): update dependency eslint-plugin-prettier to v5.1.2cc08e17
+Upgraded to v41 ([#1811](https://github.com/zebratechnologies/zeta-flutter/pull/1811))6e79d6e
+Update README.mdd13ac19
+Update README.mdbb89f97
+Update README.md1864078
+Updated README.md ([#1810](https://github.com/zebratechnologies/zeta-flutter/pull/1810))f495a03
+chore(deps): lock file maintenance47371c5
+Update README.md ([#1808](https://github.com/zebratechnologies/zeta-flutter/pull/1808))4f573fe
+Revert "chore(deps): update actions/download-artifact action to
+v4" ([#1806](https://github.com/zebratechnologies/zeta-flutter/pull/1806))%8`rdJE5(Cx1i>WHx@nJ&*GdiUmbi
zZV}HE&zcjI%W{NAnk6E0D{HW|pj@9!<(!~bb(hxNtfy^j;kbGdX;sJBsU_k; #NXIPeor0PU;E}O+hhC|Naiw*pdIVRZPw&B%
z#J|46l^!)U2O5s8`VaBVQSTavCpO0__;hIIb=bMH2YU+s16%tzc!uYO>43+U?R2IT
zrexuY)9P2vqjo+XF+0x4GV(X@g|8H`w`4?))4iZ^<^!G~(M)1#{zOYboAwjt87p1=
z4l3laV@biIAZypn{8EMDpts<`utnilI^yvhr;rqsie0xZm852(70hKUy= q+8`8#-b-@`}xH}=i`
zi1n18v6}G6eEWgc>0+!$A
z^#YdP<|qNnZ}SEL%WreEfMvHiM!@ph94lb?ZH^PL>^8>>Sbm!m1T4SJi2|12=8Xb9
zo|AA5uq-!k60j^cCkt4Xn^OcV%gw0*mgVL&0n2i8x`1W5d9#3Jxp|9#Wx08)fMvNk
zL%_1!oGD;gZq5?GI#%Xv0qkUD-X?&>tjswA*v`tFD}WWP%y|OEY4Zh|25!eS02^DG
z3k0yXm3fB%cDFL`6u<&k=3N5V;>uhofK{%{y9Kb%mAOa&OI?}w2w<}-bFl!{yE2yu
zV8<(SsQ?zeGVc{=8MqAB0IYmv-Y0;)ugv=eu>6(zfB-G9MJc8&KwQ0sI1Gt`NXO
zQ07Ad_zKEgDS+3Y%!dW=AC&os0G@<09~Ho-Q06KDybEPMCV-!z%*O@rIF$K>0KSJZ
zR}0{UDDz1H{1IiY5x_H1=30T`yiW<>ttj(p0sIzaJ|ln!qs(Uo@MV;_P5`e)nd=4c
zZ&C|NtnuGMpE&FRD?A-hp29I(tsTkv;>#k7;G4OcS
z0qGF&I)uqXfaL_tIHJ1A4i^WUvGBtIa!j)w=ydinvf~oa%ktUHM@D