Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] DevOps: Update gh minor #11064

Merged
merged 1 commit into from
Sep 24, 2024
Merged

[deps] DevOps: Update gh minor #11064

merged 1 commit into from
Sep 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action minor v1.10.4 -> v1.11.0
actions/setup-node action patch v4.0.3 -> v4.0.4
checkmarx/ast-github-action action patch 2.0.33 -> 2.0.34
chromaui/action action minor v11.7.1 -> v11.10.3
github/codeql-action action patch v3.26.6 -> v3.26.8
slackapi/slack-github-action action minor v1.25.0 -> v1.27.0

Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v1.11.0

Compare Source

What's Changed
Features
New Contributors

Full Changelog: actions/create-github-app-token@v1.10.4...v1.11.0

actions/setup-node (actions/setup-node)

v4.0.4

Compare Source

checkmarx/ast-github-action (checkmarx/ast-github-action)

v2.0.34

Compare Source

What's Changed

Other Changes

Full Changelog: Checkmarx/ast-github-action@2.0.33...2.0.34

chromaui/action (chromaui/action)

v11.10.3

Compare Source

v11.10.2

Compare Source

v11.10.1

Compare Source

v11.10.0

Compare Source

v11.9.0

Compare Source

v11.8.0

Compare Source

github/codeql-action (github/codeql-action)

v3.26.8

Compare Source

v3.26.7

Compare Source

slackapi/slack-github-action (slackapi/slack-github-action)

v1.27.0: Slack Send V1.27.0

Compare Source

What's changed

This release introduces an optional payload-delimiter parameter for flattening nested objects with a customized delimiter before the payload is sent to Slack Workflow Builder when using workflow webhook triggers.

  - name: Send a custom flattened payload
    uses: slackapi/[email protected]
+   with:
+     payload-delimiter: "_"
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Setting this value to an underscore (_) is recommended when using nested inputs within Workflow Builder to match expected input formats of Workflow Builder, but the actual value can be changed to something else! This "flattening" behavior did exist prior to this version, but used a period (.) which is not valid for webook inputs in Workflow Builder.

Flattening example

The resulting output of flattened objects is not always clear, but the following can hopefully serve as a quick reference as well as these specs when using _ as the delimiter:

Input:

{
    "apples": "tree",
    "bananas": {
        "truthiness": true
    }
}

Output:

{
    "apples": "tree",
    "bananas_truthiness": "true"
}

Notice that bananas_truthiness is also stringified in this process, as part of updating values to match the expected inputs of Workflow Builder!

Changes

In addition to the changes above, the following lists all of the changes since the prior version with the complete changelog changes found here: slackapi/slack-github-action@v1.26.0...v1.27.0

🎁 Enhancements
📚 Documentation
🔒 Security
🧪 Maintenance
📦 Dependencies

🎉 New contributors

v1.26.0: Slack Send V1.26.0

Compare Source

What's Changed

This release provides an escape hatch for sending the JSON content of a payload file exactly as is, without replacing any templated variables!

Previously a payload file was parsed and templated variables were replaced with values from github.context and github.env. Any undefined variables were replaced with ??? in this process, which might have caused questions.

That remains the default behavior, but now the JSON contents of a payload file can be sent exactly as written by setting the payload-file-path-parsed input to false:

- name: Send custom JSON data to Slack workflow
  id: slack
  uses: slackapi/[email protected]
  with:
    payload-file-path: "./payload-slack-content.json"
    payload-file-path-parsed: false
  env:
    SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

With this change, the contents of the example payload-slack-content.json will be sent to a webhook URL exactly as is!

Recent commits

Enhancements
Documentation
Maintenance
Dependencies

New Contributors

Full Changelog: slackapi/slack-github-action@v1.25.0...v1.26.0


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 16, 2024 00:44
@bitwarden-bot bitwarden-bot changed the title [deps] DevOps: Update gh minor [PM-12133] [deps] DevOps: Update gh minor Sep 16, 2024
@bitwarden-bot
Copy link

Internal tracking:

Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.09%. Comparing base (bcddf57) to head (4eb31da).
Report is 12 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11064   +/-   ##
=======================================
  Coverage   35.08%   35.09%           
=======================================
  Files        2718     2718           
  Lines       84724    84724           
  Branches    16105    16105           
=======================================
+ Hits        29725    29731    +6     
+ Misses      54027    54021    -6     
  Partials      972      972           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title [PM-12133] [deps] DevOps: Update gh minor [deps] DevOps: Update gh minor Sep 16, 2024
@renovate renovate bot force-pushed the renovate/gh-minor branch 5 times, most recently from 6712d45 to 464f540 Compare September 19, 2024 14:28
@vgrassia vgrassia merged commit 0089ae0 into main Sep 24, 2024
56 of 58 checks passed
@vgrassia vgrassia deleted the renovate/gh-minor branch September 24, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants