Skip to content

Commit

Permalink
Merge pull request #20 from im-open/dependabot/npm_and_yarn/follow-re…
Browse files Browse the repository at this point in the history
…directs-1.15.6

Bump follow-redirects from 1.15.5 to 1.15.6
  • Loading branch information
danielle-casella-adams authored Mar 18, 2024
2 parents faead12 + 365621e commit eef1a64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This action will create a PagerDuty incident. Only one service can be targeted
- name: Create a PagerDuty Incident
if: steps.compare-checksums.outputs.MATCH == 'false'
# You may also reference the major or major.minor version
uses: im-open/create-pagerduty-incident@v1.3.0
uses: im-open/create-pagerduty-incident@v1.3.1
with:
pagerduty-api-key: ${{secrets.PAGERDUTY_API_KEY}}
email: bob@office.com
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12335,7 +12335,7 @@ var require_follow_redirects = __commonJS({
(redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== 'https:') ||
(redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost))
) {
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
}
if (isFunction(beforeRedirect)) {
var responseDetails = {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eef1a64

Please sign in to comment.