publishing_platform_schemas 0.5.1 → 0.5.3

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: fc2e154a6d36f8145376c54990d4236b32026fd50458c2a25290f4c173253c52
4
+ data.tar.gz: 176230e49df473eaf8417420d0276445ecb78f72cd39fe7307a7263b2d9fd9a3
5
5
  SHA512:
6
- metadata.gz: c1ab453033caa8a541fac558982a104ca5d7d43a1cd1342e6dd05fe5cf0c4801884446072e10c49b41773eabbf6fd526f3f4471598b0890232bddc6a7f2e9618
7
- data.tar.gz: '0094b76a96aa8ac04085ccb4a7e0cad5ac6be1e96acd4fcc301cdb8c9aa8a1c651f3a8c0ef7c389eaf862282c77081c96b63a8f5bd68285e71a2b9f01d6ee60f'
6
+ metadata.gz: fc60810fbd4b91baea2c41cab9de72553815dce1b362320c944cda91bd98b3dbcd830f5239b98a00793b156246e29282217ea8b0731d4dcbc65247a57416ae87
7
+ data.tar.gz: f4118b60a425f576ef19ef9fe099da158a4cdfad0231f9f5974d2e1c314fff3f4ff51e8292598d370f342baae73de8a2a17002013fa92678e780c551382022b7
@@ -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
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ Gemfile.lock
@@ -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.3"
5
5
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.require_paths = %w[lib]
19
19
 
20
20
  # This should be kept in sync with the json-schema version of publishing-api.
21
- spec.add_dependency "json-schema", ">= 2.8", "< 6.2"
21
+ spec.add_dependency "json-schema", ">= 2.8", "< 6.3"
22
22
 
23
23
  spec.add_development_dependency "climate_control", "~> 1.2"
24
24
  spec.add_development_dependency "publishing_platform_rubocop", "~> 0.2"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '2.8'
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
- version: '6.2'
21
+ version: '6.3'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '2.8'
29
29
  - - "<"
30
30
  - !ruby/object:Gem::Version
31
- version: '6.2'
31
+ version: '6.3'
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: climate_control
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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.12
119
119
  specification_version: 4
120
120
  summary: Gem to work with the Publishing Platform content schemas
121
121
  test_files: []