publishing_platform_schemas 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a079b27a26804e2cc5d5df4b117a58ff1d95baba44a852f75bb5f4e3c0484fa3
4
- data.tar.gz: 970daf03e4bfb835e89061198d53377ad505add3ae823d454710f5bada61e812
3
+ metadata.gz: 466d98608fcdb2e12fd8749f11d2de8da0983eda3e403ef149212485095d21c7
4
+ data.tar.gz: b3c0d567be311639a471bec48fd9f830b82296346d2b6ab0deaf2a4a5aeed340
5
5
  SHA512:
6
- metadata.gz: c1ab453033caa8a541fac558982a104ca5d7d43a1cd1342e6dd05fe5cf0c4801884446072e10c49b41773eabbf6fd526f3f4471598b0890232bddc6a7f2e9618
7
- data.tar.gz: '0094b76a96aa8ac04085ccb4a7e0cad5ac6be1e96acd4fcc301cdb8c9aa8a1c651f3a8c0ef7c389eaf862282c77081c96b63a8f5bd68285e71a2b9f01d6ee60f'
6
+ metadata.gz: c3cf190f011aa751773fda61dccbd0b59c17eb8e4e01bfccc333ca5e86d3a9bfe86e26691160f5ec299b71c423f74ebdfbaed1f6a11a35fac4dcb1bcc4e5d497
7
+ data.tar.gz: cb64751be7352e1a7eb427936c0cb4fec53270909a803fc99121578d2efe8e3b63a4a91ad21d1d329efffc45db57ddb2da6723ae1fb6094f2950124377cede38
@@ -1,12 +1,12 @@
1
1
  version: 2
2
2
  updates:
3
- - package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 10
8
- - package-ecosystem: github-actions
9
- directory: "/"
10
- schedule:
11
- interval: daily
12
- open-pull-requests-limit: 10
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ - package-ecosystem: github-actions
9
+ directory: "/"
10
+ schedule:
11
+ interval: daily
12
+ open-pull-requests-limit: 10
@@ -6,7 +6,7 @@ jobs:
6
6
  actionlint:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v4
9
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
10
10
  with:
11
11
  show-progress: false
12
12
  - uses: publishing-platform/publishing-platform-infrastructure/.github/actions/actionlint@main
@@ -2,7 +2,17 @@ name: CI
2
2
 
3
3
  on: [push, pull_request]
4
4
 
5
- jobs:
5
+ jobs:
6
+ codeql-sast:
7
+ name: CodeQL SAST scan
8
+ uses: publishing-platform/publishing-platform-infrastructure/.github/workflows/codeql-analysis.yml@main
9
+ permissions:
10
+ security-events: write
11
+
12
+ dependency-review:
13
+ name: Dependency Review scan
14
+ uses: publishing-platform/publishing-platform-infrastructure/.github/workflows/dependency-review.yml@main
15
+
6
16
  # This matrix job runs the test suite against multiple Ruby versions
7
17
  test_matrix:
8
18
  strategy:
@@ -12,15 +22,16 @@ jobs:
12
22
  runs-on: ubuntu-latest
13
23
  steps:
14
24
  - name: Checkout repository
15
- uses: actions/checkout@v4
25
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26
+
16
27
  - name: Checkout Publishing API (for Content Schemas)
17
- uses: actions/checkout@v4
28
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
29
  with:
19
30
  repository: publishing-platform/publishing-api
20
31
  ref: main
21
32
  path: tmp/publishing-api
22
33
 
23
- - uses: ruby/setup-ruby@v1
34
+ - uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
24
35
  with:
25
36
  ruby-version: ${{ matrix.ruby }}
26
37
  bundler-cache: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformSchemas
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publishing_platform_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
- rubygems_version: 4.0.10
118
+ rubygems_version: 4.0.11
119
119
  specification_version: 4
120
120
  summary: Gem to work with the Publishing Platform content schemas
121
121
  test_files: []